home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / help.swf / scripts / DefineButton2_217 / BUTTONCONDACTION on(rollOut).as < prev    next >
Encoding:
Text File  |  2003-03-28  |  180 b   |  12 lines

  1. on(rollOut){
  2.    stopDrag();
  3.    _root.fadeout6 = true;
  4.    i = 1;
  5.    while(i < 10)
  6.    {
  7.       eval("_parent.but" + i).gotoAndStop(2);
  8.       i++;
  9.    }
  10.    gotoAndStop(3);
  11. }
  12.